home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Utilities / Fastback+ v3.0.1 / Sample Macros / Differential Macro next >
Encoding:
Text File  |  1991-12-16  |  311 b   |  11 lines  |  [TEXT/FSBK]

  1. LongMenus;
  2. BackupWindow;
  3. MacroErrorAction(Continue);
  4. BackupType(Differential);
  5. BackupFilesWindow;
  6. CloseWindow(0);
  7. Message("You are about to perform a Differential Backup. Have your diskettes ready.");
  8. StartBackup;
  9. Message("Your backup is finished. Click OK and the Fastback Plus application will quit.");
  10. Quit;
  11.